home *** CD-ROM | disk | FTP | other *** search
/ Aminet 20 / Aminet 20 (1997)(GTI - Schatztruhe)[!][Aug 1997].iso / Aminet / dev / misc / RenderLib.lha / RenderLib / README < prev    next >
Text File  |  1997-07-01  |  1KB  |  49 lines

  1.  
  2. render.library
  3. -----------------------------
  4.  
  5.   render.library  is  an amiga shared library that serves an image
  6.   processing  kernel.  it  is  an  interface between truecolor and
  7.   chunky  graphics,  and  it supports all amiga-specific pixel and
  8.   color schemes (planar, HAM6, HAM8, EHB). render.library provides
  9.   alpha-channel  processing, color reduction, error diffusion, and
  10.   scaling.  highly  optimized  low-level  conversion   units   are
  11.   available for absolutely outrageous performance.
  12.  
  13.  
  14. requirements
  15. -----------------------------
  16.  
  17.   - mc68020 or better
  18.   - kickstart 2.04 (v37) or better
  19.  
  20.  
  21. features
  22. -----------------------------
  23.  
  24.   - histograms up to 24 bit
  25.   - rendering
  26.   - dithering
  27.   - color quantization
  28.   - heavy alphachannel support
  29.   - HAM mode support
  30.   - custom memory management
  31.   - scaling
  32.   - conversion functions
  33.   - fully documented with autodocs, charts, tutorials
  34.   - supplied with C, Assembler, and E includes
  35.   - freeware
  36.  
  37.  
  38. changes
  39. -----------------------------
  40.  
  41.   since v20.1
  42.   
  43.   - optimized ApplyAlphaChannel() and MixRGBArray()
  44.   - included debug text file to the documentation
  45.   - added AllocRenderVecClear()
  46.   - minor memory transfer problems fixed
  47.   - added CreateAlphaArray() and MixAlphaChannel()
  48.   - completed autodocs, revised some text files and includes
  49.